-- Query the position of a sensor
-- Returns the position of the sensor with the number i on track track.
-- Query the position of a sensor
-- Returns the position of the sensor with the number i on track track.
(i:integer):real
is
do
	return track.sensorNr(i).position;
end;
/*track:Enter the name of the track object here.
*/